body {
	background: #fff;
	color: #656565;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/** Reset Bootstrap style **/
.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary,
.btn-secondary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.page-item.active .page-link {
	border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active,
.form-control:focus {
	box-shadow: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	outline: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: Font Awesome\ 5 Pro;
	font-size: 0.75rem;
}

.dropdown-toggle::after {
	content: '\f078';
	font-family: Font Awesome\ 5 Pro;
	border: none;
	font-size: 10px;
	margin-left: .255em;
	vertical-align: .255em;
	width: 5px;
	height: 10px;
	font-weight: bold;
}

.flip {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

.home-header {
	text-align: center;
	text-transform: uppercase;
	margin: 1.5rem auto;
	padding-bottom: 1rem;
}

/** Header **/
.order-cart-wrapper {
	text-align: right;
}

.order-cart-wrapper .dropdown-toggle:after {
	display: none;
}

.order-cart-wrapper .cart-link i {
	font-size: 1.375rem;
}

.order-cart-wrapper .cart-link {
	font-size: 1.125rem;
	text-transform: uppercase;
}

.search-form-wrapper .cart-link{
	font-size: 18px;
	text-transform: uppercase;
}

.account-nav .nav-text,
.contact-nav .nav-text {
	display: none;
}

/** Navigation **/
.layout-zone-navigation a {
	text-transform: uppercase;
	font-weight: 400;
}

/* Home Slider */
.container-slider {
	padding: 0;
}

.slide-image {
	min-height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-wrapper {
	position: absolute;
	width: 80%;
	max-width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	padding: 1rem;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-header {
	line-height: 1;
}

.slide-sub-header {
	font-weight: 300;
	line-height: 1;
}

.slide-caption {
	font-weight: lighter;
	margin-bottom: 20px;
}

.btn-slider {
	border-radius: 0;
	font-size: 1rem;
	padding: .5rem 2rem;
}

.home-slider-pagination {
	bottom: 10% !important;
}

.home-slider-prev .fa-angle-left,
.home-slider-next .fa-angle-right {
	font-size:5rem;
}

/** Products List **/
.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
}

.product-info .product-rating .rating {
	min-width: auto;
}

.product-info-bottom .col-5.text-right {
	line-height: 1;
}

.page-home .list-products .product {
	border: none !important;
}

/** Newsletter **/
.container-newsletters {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1rem;
}

.newsletters-wrapper {
	padding: 2rem;
	text-align: center;
}

.newsletters-wrapper .newsletter-title {
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.newsletters-wrapper .newsletter-desc {
	font-weight: 500;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.newsletters-wrapper .subscribe-email,
.newsletters-wrapper .btn {
	text-align: center;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

/** Footer **/
.container-sub-footer {
	border-top: 1px solid;
}

.layout-zone-footer .nav-link {
	padding: .25rem 0;
}

.footer-header {
	font-weight: 400;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.layout-zone-sub-footer {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 0;
	flex-direction: column;
}

/** Swiper Slider **/
.swiper-pagination-bullet {
	opacity: 1;
	width: .5rem;
	height: .5rem;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ca8206;
}

.swiper-button-disabled {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	line-height: 1;
	background-image: none;
	font-size: 3rem;
	line-height: 1;
	opacity: 0.5;
	top: 48%;
	width: auto;
	height: auto;
}


@media (min-width: 576px) {
	.slide-image {
		min-height: 500px;
	}

	.layout-zone-sub-footer {
		flex-direction: row;
	}

	.layout-zone-footer .store-address {
		display: flex;
	}
}

@media (min-width: 768px) {
	.btn-slider {
		font-size: 1.5rem;
		padding: .75rem 3rem;
	}

	.swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}
}

@media (min-width: 992px) {
	.account-nav .nav-text,
	.contact-nav .nav-text {
		display: inline-block;
	}

	.account-nav i,
	.contact-nav i{
		margin-right: .5rem;
	}

	.slide-image {
		min-height: 800px;
	}

	.slide-text-wrapper {
		padding: 2rem;
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 25px;
		transform: translate(0, -50%);
	}

	.slide-text-wrapper.slide-position-left {
		left: 25px;
		transform: translate(0, -50%);
	}

	.slide-text-center {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.btn-slider {
		font-size: 1.875rem;
		padding: 1rem 5rem;
	}

	.home-header {
		margin: 1.5rem 0 0.75rem 0;
	}

	.container-newsletters {
		padding: 4rem;
	}

	.newsletters-wrapper {
		padding: 4rem 2rem;
	}

	.newsletters-wrapper .newsletter-title {
		margin-bottom: 1.5rem;
	}

	.newsletters-wrapper .newsletter-desc {
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
	h2.slide-header {
		font-size: 5.5rem !important;
	}

 	h3.slide-sub-header {
		font-size: 4rem !important;
	}

	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
}

@media screen and (max-width: 768px) {
	h2.slide-header {
		font-size: 2rem !important;
	}

	h3.slide-sub-header {
		font-size: 1.5rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}

	.container-top-bar .nav-link {
		padding: .5rem;
	}
}